runtime.heapStatsDelta.tinyAllocCount (field)
8 uses
runtime (current package)
mcache.go#L170: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L311: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
metrics.go#L310: out.scalar = in.heapStats.tinyAllocCount
mstats.go#L430: nFree += consStats.tinyAllocCount
mstats.go#L431: nMalloc += consStats.tinyAllocCount
mstats.go#L682: tinyAllocCount uint64 // number of tiny allocations
mstats.go#L703: a.tinyAllocCount += b.tinyAllocCount
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)